KtorReadCRUDRepoClient

inline fun <ObjectType, IdType> KtorReadCRUDRepoClient(    baseUrl: String,     httpClient: <ERROR CLASS>,     contentType: <ERROR CLASS>,     noinline idSerializer: suspend (IdType) -> String): KtorReadCRUDRepoClient<ObjectType, IdType>
inline fun <ObjectType, IdType> KtorReadCRUDRepoClient(    baseUrl: String,     httpClient: <ERROR CLASS>,     idsSerializer: <ERROR CLASS><IdType>,     serialFormat: <ERROR CLASS>,     contentType: <ERROR CLASS>): KtorReadCRUDRepoClient<ObjectType, IdType>
inline fun <ObjectType, IdType> KtorReadCRUDRepoClient(    baseUrl: String,     httpClient: <ERROR CLASS>,     idsSerializer: <ERROR CLASS><IdType>,     serialFormat: <ERROR CLASS>,     contentType: <ERROR CLASS>): KtorReadCRUDRepoClient<ObjectType, IdType>